home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / webtbl.zip / SAMPLE.BAT < prev    next >
DOS Batch File  |  1996-04-23  |  541b  |  15 lines

  1. @echo off
  2.  
  3. ::
  4. :: this is a batch file to demonstrate how TBL works.
  5. :: parameter  description
  6. :: -----------------------------------------------------------
  7. ::    1       input file (export data from your database)
  8. ::    2       the stuff you want to say about the table
  9. ::    3       tbl.cfg is where you tell TBL what specs to use for the table
  10. ::    >       redirection is used to write the output to disk
  11.  
  12. tbl input.txt second.txt tbl.cfg >sample.htm
  13.  
  14. echo Ok. Now load SAMPLE.HTM into Netscape (or whatever) for a browse.
  15.